Interface GraphWriter

  • All Known Implementing Classes:
    NOABatchIO, SIFGraphIO, SimpleGraphIO

    public interface GraphWriter
    Interface used by classes that write graphs to memory.
    Version:
    3.0 May 20, 2015
    Author:
    Charles Allen Schultz II
    • Method Detail

      • writeGraph

        void writeGraph​(Graph toWrite)
        Writes graphs to memory.
        Parameters:
        toWrite - the Graph object to write to memory.